@charset "utf-8";
/* CSS Document */
.cp_header{
  width: 100%;
  height: auto;
}
.cp_header .left{
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
}
.cp_header .left .btns{
  width: 44px;
  height: 44px;
  float: left;
  background: rgba(255,255,255,1) url(/img/nav_icon2.png) center/20px no-repeat;
}
.cp_header .left .btns.on{
  background: rgba(255,255,255,0.5) url(/img/nav_icon1.png) center/16px no-repeat;
}
.cp_header .left .logo{
  width: 196px;
  height: 44px;
  overflow: hidden;
  float: left;
  background-color: #0e72bc;
}
.cp_header .left .logo a{
  display: block;
  width: 100%;
  height: 100%;
}
.cp_header .left .logo a img{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
.cp_header .serch{
  width: 1.5rem;
  height: 0.35rem;
  position: fixed;
  right: 0.3rem;
  top: 0.65rem;
  z-index: 83;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cp_header .serch.cut{
  opacity: 0;
  top: 0;
  filter: alpha(opacity=0);
}
.cp_header .serch .langue{
  width: 0.85rem;
  height: 0.35rem;
  line-height: 0.4rem;
  text-align: right;
  border-left: 1px solid #fff;
  float: right;
  font-size: 0.4rem;
  color: #fff;
  font-family: 'arial'
}
.cp_header .serch .langue a{
  display: block;
  color: #fff;
}
.calt .cp_header .serch .langue a{
  color: #666;
}
.cp_header.on .serch .langue{
  border-left: 1px solid #fff;
  color: #fff;
}
.cp_header .serch .ser{
  width: 0.35rem;
  height: 0.35rem;
  float: right;
  margin-right: 0.25rem;
  background: url(/img/page_serch.png) center/0.33rem no-repeat;
}
.cp_header.on .serch .ser{
  background: url(/img/page_serch.png) center/0.33rem no-repeat;
}
.cp_header .tip-nav,.cp_header .tip-serch{
  width: 100%;
  height: 100%;
  background: rgba(14, 114, 189,0.8);
  position: fixed;
  z-index: 99999;
  display: none;
  top: 0px;
}
.cp_header .tip-nav .warp{
  padding: 44px 20px 0 44px;
  box-sizing:border-box;
  height: 100%;
  width: 100%;
}
.cp_header .tip-nav .warp ul{
  padding:1.2rem 0 0.3rem;
  height: 100%;
  box-sizing:border-box;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.cp_header .tip-nav .warp li{
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.cp_header .tip-nav .warp li:before{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  left: -4px;
  top: 8px;
}
.cp_header .tip-nav .warp li .title{
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  display: block;
  position: relative;
}
.cp_header .tip-nav .warp li .title i{
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background: url(/img/left_arr.png) right center/7px no-repeat;
}
.cp_header .tip-nav .warp li.on .title i{
  background: url(/img/bot_arr.png) right center/14px no-repeat;
}
.cp_header .tip-nav .warp li .details,.cp_header .tip-nav .warp li .details a{
  font-size: 14px;
  line-height: 32px;
  color: #bdc3dc;
  display: block;
}
.cp_header .tip-nav .warp li .details{
  display: none;
  padding-top: 10px;
}
.cp_header .tip-serch{
  z-index: 51;
}
.cp_header .tip-serch form{
  display: block;
  width: 92%;
  margin: 30% auto 10%;
  height: 0.7rem;
}
.cp_header .tip-serch .close{
  display: block;
  background: url(/img/close.png) center/0.6rem no-repeat;
  width: 0.65rem;
  height: 0.65rem;
  margin: 0 auto;
}
.cp_header .tip-serch form .tet{
  width: 74%;
  float: left;
  height: 0.7rem;
  line-height: 0.7rem;
  border:0;
  padding: 0 3%;
  font-size: 0.24rem;
  display: block;
  border-radius: 0;
}
.cp_header .tip-serch form .sub-btn{
  width: 20%;
  float: right;
  display: block;
  height: 0.7rem;
  border:0;
  background:#fff url(/img/page_serch1.png) center/0.33rem no-repeat;
}
@media only screen and (min-width: 768px) {
  .cp_header{
    display:none;
  }
}
